body {
    background-color: #A0D995;
}
* {
    margin: 0;
    padding: 0;
}
.headermenu {
    /* float: left;
    width: 100%;
    background-color: #46B29E;
    text-align: -webkit-center;
    padding-top: 5px;
    /*  */
    width: 100%;
    height: 47px;
    background-color: #6ECB63;
    color: #fff;
    /* font-size: 25px; */
    text-align: center;
    position: absolute;
    padding-top: 5px !important;
}
.headermenu1 {
    background-color: #6ECB63;
}

.headermenu2 {
    background-color: #6ECB63;
}

.headermenu1, .headermenu2 {
    color: white;
    padding: 8px 0;
    text-align: center;
}

.konten {
    /*top: 50px;*/
    position: relative;
    background-color: #A0D995;
    /* height: 622px; */
    height: 94vh;
    width: auto;
    padding: 15px;
    overflow: auto;
    /* border: 1px solid #7f8c8d; */
    /* border-radius: 5px; */
}

.data_diri {
    /* margin-top: 10px; */
    margin-left: 0px;
    font-size: 23px;
    box-sizing: border-box;
    border: 3px solid #6ECB63;
    border-radius: 10px;
    background-color: white;
    padding-top: 10px 0px;
    height: 580px !important;
}

/* .data_diri {
    margin-top: 10px;
    margin-left: 0px;
    font-size: 1.6vw;
    box-sizing: border-box;
    border: 2px solid rgb(9, 64, 82);
    padding-top: 10px 0px;
    height: 77vh !important;
} */
.isinya {
    padding: 10px 40px;
    border: 3px solid #6ECB63;
    border-radius: 10px 10px 10px 10px;
    margin-left: 30px;
    margin-top: 10px;
    box-sizing: border-box;
    font-size: 18px;
    margin-right: 25px;
    font-size: 1.6vw;
}
.petunjuk {
    display: inline-block;
    background-color: #A0D995;
    width: 25%;
    padding: 3px 10px;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 35px;
    margin: 3px;
    border: 3px solid #6ECB63;
    /* height: 30px; */
    color: white;
    font-size: 1.6vw;
}
.border{
    border: 3px solid #6ECB63;
    border-radius: 20px;
    padding-right: 30px;
    padding-top: 15px;
    margin: 10px auto;
    width: 50%;
}
.border p{
    text-align: center;
}
.lanjut {
    display: inline-block;
    width: 200px;
    padding: 5px 5px;
    background-color: #A0D995;
    color: black;
    border-radius: 5px;
    border: 3px solid #6ECB63;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    margin-left: 10%;
    font-size: 1.6vw !important;
}

.lanjut:hover {
    background-color: #00BD56;
    cursor: pointer;
}

.sebelumnya {
    display: inline-block;
    width: 200px;
    padding: 5px 5px;
    background-color: #A0D995;
    border-radius: 5px;
    border: 3px solid #6ECB63;
    margin-top: 20px;
    margin-left: 90px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 1.6vw !important;
}

.sebelumnya a{
    text-decoration: none;
    color: black;
}

.sebelumnya:hover {
    background-color: #00BD56;
    cursor: pointer;
}

label {
    width: 500px;
    display: inline-block;
    margin-left: 15%;
    font-size: 1.6vw;
    margin-top: 10px;
}

/* label {
    width: 300px;
    display: inline-block;
    margin-left: 5%;
    font-size: 23px;
    margin-top: 10px;
} */

/*Nama, Kelas, Sekolah*/
#nama {
    width: 300px;
    font-size: 1.6vw;
    margin-left: 30px;
    padding: 0px 10px;
    float: right;
}

#kelas, #sekolah {
    width: 324px;
    font-size: 1.6vw;
    margin-left: 30px;
    padding: 0px 10px;
    float: right;
}
/*Batas Akhir Nama, Kelas, Sekolah*/

.hilang {
    display: none;
}

.tt_salah {
    border: 2px solid red;
}